Valid for Sitecore
5.2, 5.1.1
IDTableEntry Class
Prev Next |
Most of the method return an IDTableEntry object. The IDTableEntry class has five properties:
-
string Prefix
An identifier used as a prefix for all keys. The developer should provide a prefix that refers to the data provider being developed and is unique. For example, the File System data provider uses the prefix “FileSystem”. -
string Key
The external data source unique ID to map to a Sitecore ID. -
ID ID
The Sitecore ID that maps to the external data source ID. -
ID ParentID
Holds the Sitecore ID of the parent item. This is useful if items mapped do not have an intrinsic parent/child relationship, for example, a Customer/Order relationship in an SQL database. -
string CustomData
May contain any user-defined data.
Prev Next